home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / skates.swf / scripts / frame_211 / PlaceObject2_302_100 / CLIPACTIONRECORD onClipEvent(keyUp).as
Encoding:
Text File  |  2007-04-20  |  244 b   |  9 lines

  1. onClipEvent(keyUp){
  2.    _root.UPcount = _root.UPcount + 1;
  3.    if(_root.player.hand == true and _root.player.jumpin == false and _root.hit == false)
  4.    {
  5.       _root.player.gotoAndPlay("handdown");
  6.       _root.player.Jvalue = "b";
  7.    }
  8. }
  9.